PERFORM CHECKLIST FOR ONSCREEN OBJECTS

This command will create a checklist containing all the objects currently visible on the current screen.

  Syntax
PERFORM CHECKLIST FOR ONSCREEN OBJECTS Mode
  Parameters
Mode
Integer
The mode by which the selection will be made, current the only option is zero by default

  Returns

This command does not return a value.

  Example Code
set display mode 800,600,32
cls
make object sphere 1,20
make object sphere 2,20
make object sphere 3,20
do
cls
PERFORM CHECKLIST FOR ONSCREEN OBJECTS 0
print "checklist quantity ",checklist quantity()
loop
end
  See also

BASIC3D Commands Menu
Index